home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Shareware World / Comms & Internet / PageSpinner 2.1 / PageSpinner 2.1 68K / Examples / Miscellaneous / Browsing a local disk < prev    next >
Text File  |  1997-10-10  |  1KB  |  24 lines

  1. <HTML><HEAD>
  2. <TITLE>Browsing a local disk or CD-ROM</TITLE>
  3. </HEAD>
  4. <BODY  BGCOLOR="#FFFFFF">
  5. <H1>Browsing a local disk or CD-ROM</H1>
  6.  
  7. In browsers that support browsing files on a local disk this <A HREF="../">link</A> will show the contents inside the PageSpinner Examples folder.
  8.  
  9. <P>
  10. The HTML Code for the link looks like this:
  11. <FONT COLOR="555555">
  12. <PRE><A HREF="../">link</A></PRE>
  13. </FONT>
  14. Since this file is located in a folder  inside the Examples folder the file path is set to <TT><FONT COLOR="555555">"../"</FONT></TT> that tells the browser to display the contents in the folder above. See the PageSpinner AppleGuide for more information about relative file paths.
  15. <P>
  16. Both Internet Explorer 4.0 and Navigator 4.0 have good support for browing your hard disk in this way.
  17. <P>
  18. This technique can be useful to view contents located on a multi-platform CD-ROM. It might also be useful to browse contents located on a local disk on platforms that lack the ability to use the MacOS Finder.
  19. <P>
  20. <FONT SIZE=-1>Note that a browser such as Netscape 3.0, doesn't seem to be able locate a file if the path to the folder contains a character witch an ASCII code > 127.
  21. </FONT>
  22. </BODY>
  23. </HTML>
  24.